home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / cg.lha / cg / m2c / Semantics.h < prev    next >
C/C++ Source or Header  |  1992-11-24  |  402b  |  18 lines

  1. #define DEFINITION_Semantics
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. #ifndef DEFINITION_Tree
  8. #include "Tree.h"
  9. #endif
  10.  
  11. extern SHORTCARD Semantics_TypeCount;
  12. extern IO_tFile Semantics_yyf;
  13. extern PROC Semantics_Exit;
  14. extern void Semantics_Semantics ARGS((Tree_tTree t));
  15. extern void Semantics_BeginSemantics ARGS(());
  16. extern void Semantics_CloseSemantics ARGS(());
  17. extern void BEGIN_Semantics();
  18.